home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Web Masters 11
/
WEB_11.iso
/
100domes
/
Antechinus JavaScript Editor 2.0
/
Setup.exe
/
Setups
/
JSEd
/
Installed
/
Autocomplete
/
String.ini
< prev
next >
Wrap
INI File
|
2002-04-12
|
1KB
|
31 lines
[String]
0=3,anchor,strVariable.anchor(anchorstring);
1=3,big,strVariable.big();
2=3,blink,strVariable.blink();
3=3,bold,strVariable.bold();
4=3,charAt,strVariable.charAt(index);
5=3,charCodeAt,strVariable.charCodeAt(index);
6=3,concat,string1.concat(string2);
7=3,fixed,strVariable.fixed();
8=3,fontcolor,strVariable.fontcolor(colorval);
9=3,fontsize,strVariable.fontsize(intSize);
10=3,fromCharCode,String.fromCharCode(code1, code2, ..., coden);
11=3,indexOf,strVariable.indexOf(substring, startindex);
12=3,italics,strVariable.italics();
13=3,lastIndexOf,strVariable.lastIndexOf(substring, startindex);
14=3,link,strVariable.link(linkstring);
15=3,match,strVariable.match(regExp);
16=3,replace,strVariable.replace(regExp, replaceText);
17=3,search,strVariable.search(regExp);
18=3,slice,strVariable.slice(start [, end]);
19=3,small,strVariable.small();
20=3,split,strVariable.split(str);
21=3,strike,strVariable.strike();
22=3,sub,strVariable.sub();
23=3,substr,strVariable.substr(start [, length]);
24=3,substring,strVariable.substring(start, end);
25=3,sup,strVariable.sup();
26=3,toLowerCase,strVariable.toLowerCase();
27=2,length,strVariable.length
28=3,toUpperCase,strVariable.toUpperCase();